CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ACM 算法

搜索资源列表

  1. acm竞赛常用算法设计方法

    2下载:
  2. acm竞赛常用算法设计方法
  3. 所属分类:编程文档

  1. acm 图论算法

    0下载:
  2. acm 图论算法
  3. 所属分类:Windows编程

    • 发布日期:2011-05-21
    • 文件大小:134144
    • 提供者:cout0526
  1. LectureHalls.rar

    0下载:
  2. acm算法设计—会场安排问题! 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。,acm algorithm design- the venue arrangements! Assume it to be enough room
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:336398
    • 提供者:张波
  1. ACM.rar

    0下载:
  2. ACM比赛解题报告,包括hdu1880、zoj1010、zoj1015,为原创的报告,算法不一定最优的,ACM problem-solving competition, including hdu1880, zoj1010, zoj1015, for the original report, the algorithm does not necessarily optimal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:27680
    • 提供者:Scott
  1. ACM

    0下载:
  2. 算法精华,学习算法使用,据说是目前最全的ACM竞赛的算法大全,不看会后悔的哦-Algorithm is the essence of learning algorithm to use, is said to be the most full-race of the ACM algorithm Daquan, oh do not look would regret
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:353803
    • 提供者:liuliu
  1. ACM_template

    0下载:
  2. 包含2个pdf:ACM模板(浙大).pdf和ACM算法模板(吉林大学).pdf 覆盖了很多ACM竞赛中需要的模板,我自己在比赛时都会带着。-ACM templates
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1249532
    • 提供者:刘澈
  1. template

    0下载:
  2. ACM及各类基本算法模板,包括数据结构,计算几何,字符串,图论,数学,高精度等许多常用模板-ACM basic algorithm and various templates, including data structures, computational geometry, string, graph theory, mathematics, high-precision, and many other commonly used templates
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2230459
    • 提供者:陈澄
  1. dfs_tree

    0下载:
  2. 标准c++ acm算法实现,DFS求无向图生成树的算法.copy 至vc6.0 可编译-algorithm about dfs
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1339
    • 提供者:fancy
  1. STD

    0下载:
  2. 里面包含了常用的ACM算法模板,对程序设计有帮助。-This is an acm templates for competetion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:46165
    • 提供者:冯选
  1. ACMfilecompare

    0下载:
  2. ACM 模拟测试, 文件分析器, 内附详细实现过程,算法相关.-ACM simulation tests, the document analyzer, containing a detailed implementation of the algorithm related.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:262817
    • 提供者:UlSean
  1. dongtai1

    0下载:
  2. acm 编程辅导资料 里面有各种算法的介绍等 感觉还可以 所以来分享-acm programming guidance information there are a variety of algorithms can also be introduced, such as feeling to share so
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:159223
    • 提供者:yangxue
  1. yangdongtaiguihua

    0下载:
  2. acm 编程辅导资料 里面有各种算法的介绍等 感觉还可以 所以来分享-acm programming guidance information there are a variety of algorithms can also be introduced, such as feeling to share so
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:77517
    • 提供者:yangxue
  1. OptimalServices

    0下载:
  2. acm算法设计 描述: 设有n 个顾客同时等待一项服务。顾客i需要的服务时间为ti ,1 < = i < = n 。应如何安排n个顾客的服务次序才能使平均等待时间达到最小?平均等待时间是n 个顾客等待服务时间的总和除以n。 对于给定的n个顾客需要的服务时间,编程计算最优服务次序。 输入:第一行是正整数n,表示有n 个顾客。接下来的1行中,有n个正整数,表示n个顾客需要的服务时间。 输出:最小平均等待时间 例输入: 10 56 12 1 99 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:234164
    • 提供者:张波
  1. ACM

    0下载:
  2. 常用的算法代码(排序,字符串操作,数学问题,数论,计算几何等等)-Algorithm commonly used code (sorting, string operations, mathematical problem, number theory, computational geometry, etc.)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:23772
    • 提供者:陈帅
  1. ACM

    0下载:
  2. 一些关于ACM算法的资料,包括5种算法的详细讲解和ACM题型分类以及一些基础题目-ACM algorithm on, including five kinds of algorithms and ACM detailed questions on the classification and some basic topics
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3720783
    • 提供者:manuxiao
  1. ACM_shumolunwen

    0下载:
  2. ACM训练时收集论文之数学模型的建立、比较和应用 关键字:数学模型 算法 母函数-ACM training collected papers of the establishment of mathematical models, comparison and applications Keywords: mathematical model of algorithms generating function
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:42287
    • 提供者:summer
  1. ACM

    0下载:
  2. 有关ACM的培训资料,可以了解到大部分实用算法。-The ACMs training materials, can be seen that most of the practical algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3717646
    • 提供者:jzb
  1. acm

    0下载:
  2. 操作系统课程实验,模拟进程调度,涉及图形用户界面GUI和进程调度算法,用VC6.0实现,包含定时器应用和快捷键创建。-Operating system course experiment to simulate the process of scheduling, involving graphical user interface GUI and the process of scheduling algorithm, using VC6.0 to achieve, including the
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:2085700
    • 提供者:
  1. ACM模板1.txt

    0下载:
  2. kuangbin 的模版,包括acm一些常用的算法(kuangbin's tempelate)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:60416
    • 提供者:jjmfly
  1. ACM算法模板

    0下载:
  2. 这是我们学校的ACM培训资料,分好的算法模板。(This is our school's ACM training material, and a good algorithm template.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:1759232
    • 提供者:欧阳锋q
« 1 23 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com